Change the font, font size, font color, and font style



By editing the file "chat.css", you can change the font, font size, font color, and font style for almost all elements on the chat screen.

The file "chat.css" must be put into the directory "root\".


The default content of "chat.css" is:
body {font-family: "Arial"; font-size: 10pt}
table {font-family: "Arial"; font-size: 10pt}
input {font-family: "Arial"; font-size: 9pt}
label {font-family: "Arial"; font-size: 9pt}
select {font-family: "Arial"; font-size: 9pt}

.C0 {background-color:#FFFFFF;}
.C1 {background-color:#000000;}
.C2 {background-color:#008000;}
.C3 {background-color:#800000;}
.C4 {background-color:#808000;}
.C5 {background-color:#000080;}
.C6 {background-color:#800080;}
.C7 {background-color:#808080;}
.C8 {background-color:#FFFF00;}
.C9 {background-color:#00FF00;}
.C10 {background-color:#00FFFF;}
.C11 {background-color:#FF00FF;}
.C12 {background-color:#C0C0C0;}
.C13 {background-color:#FF0000;}
.C14 {background-color:#0000FF;}
.C15 {background-color:#008080;}
.C16 {}

a:link  {color:blue;text-decoration: underline}
a:hover {color:blue;text-decoration: none}
a:visited {color:blue;text-decoration: underline}

.Stamp {font-family: "Arial"; font-size: 8pt; font-style: normal; color: gray}


For example,
* if you want to use font "Verdana" in your chat room, please change all font-family: "Arial" to font-family: "Verdana". then please save the modified .css file and restart your chat room.
* if you want to use bigger font, please change
body {font-family: "Arial"; font-size: 10pt}

to
body {font-family: "Arial"; font-size: 12pt}

then please save the modified .css file and restart your chat room.

Note:
Before you edit the "chat.css" file, please backup it first.

See Also

Change the style


Copyright © 2003 LionMax Software. All Rights Reserved.